func os/user.buildUser

3 uses

	os/user (current package)
		cgo_lookup_unix.go#L40: 	return buildUser(&pwd), nil
		cgo_lookup_unix.go#L67: 	return buildUser(&pwd), nil
		cgo_lookup_unix.go#L70: func buildUser(pwd *_C_struct_passwd) *User {